home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 April / CMCD0404.ISO / Software / Shareware / Programare / sharp / wwwSharp_setup.exe / {app} / Examples / Data access / Update / Update.css < prev    next >
Cascading Style Sheet File  |  2003-12-28  |  746b  |  58 lines

  1. BODY
  2. {
  3.     color:                 #555753;
  4.     font-family:        georgia;
  5.     font-size:          12pt/20pt;
  6.     background:         ivory url("wrinkls.jpg") repeat;
  7.     margin:             0px;
  8.     padding:             5px;
  9. }
  10.  
  11. H2
  12. {
  13.     font:                 italic bold 125% georgia;
  14.     letter-spacing:     1px;
  15.     color:                 #7D775C;
  16.     border-bottom:      3px double #7D775C;
  17. }
  18.  
  19. TH
  20. {
  21.     background-color: #99CC33;
  22. }
  23.  
  24. TD
  25. {
  26.     background-color: #00FF99;
  27. }
  28.  
  29. BUTTON
  30. {
  31.     width: 100px;
  32. }
  33.  
  34. .tdHeader
  35. {
  36.     background-color:     #99CC33;
  37.     font:               italic;
  38.     width:              30%;
  39. }
  40.  
  41. #divTable
  42. {
  43.     width:                 100%;
  44.     height:             expression(parentElement.clientHeight - offsetTop - 25);
  45. }
  46.  
  47. #creator
  48. {
  49.     font-size:             10pt;
  50.     margin:             0px
  51. }
  52.  
  53. INPUT
  54. {
  55.     width:              100%;
  56. }
  57.  
  58.